home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 95
- Width = 435
- Height = 300
- Caption = 'PC Plus Text File Encryption Program'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object EncryptBtn: TButton
- Left = 104
- Top = 80
- Width = 217
- Height = 33
- Caption = '&Encrypt'
- TabOrder = 0
- OnClick = EncryptBtnClick
- end
- object DecryptBtn: TButton
- Left = 104
- Top = 136
- Width = 217
- Height = 33
- Caption = '&Decrypt'
- TabOrder = 1
- OnClick = DecryptBtnClick
- end
- end
-